From 22dfeb678749842d6a28a5d656b4fa67a6275f97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Sun, 26 Aug 2007 20:36:47 +0000 Subject: [PATCH] Specify PDF layout. --- etc/refcards/cs-refcard.tex | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/refcards/cs-refcard.tex b/etc/refcards/cs-refcard.tex index c9742eed0eb..7d87a182603 100644 --- a/etc/refcards/cs-refcard.tex +++ b/etc/refcards/cs-refcard.tex @@ -7,10 +7,17 @@ \newcount\columnsperpage % This file can be printed with 1, 2, or 3 columns per page (see below). -% Specify how many you want here. Nothing else needs to be changed. +% Specify how many you want here. \columnsperpage=1 +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. + +\input pdflayout.sty +\pdflayout=(0) + +% Nothing else needs to be changed. % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, % 2005, 2006, 2007 Free Software Foundation, Inc. -- 2.30.2